Package com.cisco.pt.ipc.sim.pdu
Interface OSPFSummaryLSA
- All Known Implementing Classes:
OSPFSummaryLSAImpl
-
Method Summary
Modifier and TypeMethodDescriptionintvoidsetMetric(int metric) voidsetNetworkMask(IPAddress networkMask) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getNetworkMask
IPAddress getNetworkMask()- Returns:
- IPAddress Returns a IPAddress
-
setNetworkMask
- Parameters:
networkMask- Takes in a parameter of networkMask
-
getMetric
int getMetric()- Returns:
- int Returns a int
-
setMetric
void setMetric(int metric) - Parameters:
metric- Takes in a parameter of metric
-